libxl: Fix build dependency for libxl.h.
authorAnthony PERARD <anthony.perard@citrix.com>
Wed, 24 Sep 2014 15:30:34 +0000 (16:30 +0100)
committerIan Campbell <ian.campbell@citrix.com>
Thu, 25 Sep 2014 12:03:29 +0000 (13:03 +0100)
commit9b90e6809257e1e82109f06b0e1e105a33bf9253
treed5f5b92b78034d0e9e52be8e3f92b943e71032bf
parent3a7e3cd331d50c91debaf68df64e74a2594d23c9
libxl: Fix build dependency for libxl.h.

libxl.h includes _libxl_list.h, but the Makefile does not reflect this
dependency. This can lead to build error due to a missing _libxl_list.h
file.

Signed-off-by: Anthony PERARD <anthony.perard@citrix.com>
Acked-by: Ian Campbell <ian.campbell@citrix.com>
tools/libxl/Makefile